Hi,
Iām trying to automate a monthly report on who was oncall.
Iāve tried the /schedule/{id} api but I donāt seem to be getting the data I need.
Iād expect an output of start-end-user_id for a given rotation - something I see via the web.
It would just be the base layer, Iām not interested in the override one (for now).
It seems that Iād need to calculate this myself based on what the api gives me? Or is there a way to pull this directly? Iām interested in the historical data, not the future one.
thanks!